@font-face {
    font-family: 'AvenirNextCondensedRegular';
    src: url('https://res.cloudinary.com/hrltx1qd5/raw/upload/v1569830869/lifo/fonts/AvenirNextCondensedRegular_ri2fgd.eot');
    src: url('https://res.cloudinary.com/hrltx1qd5/raw/upload/v1569830869/lifo/fonts/AvenirNextCondensedRegular_ri2fgd.eot') format('embedded-opentype'),
    url('https://res.cloudinary.com/hrltx1qd5/raw/upload/v1569830869/lifo/fonts/AvenirNextCondensedRegular_bdkbqu.woff2') format('woff2'),
    url('https://res.cloudinary.com/hrltx1qd5/raw/upload/v1569830869/lifo/fonts/AvenirNextCondensedRegular_cdjtvj.woff') format('woff'),
    url('https://res.cloudinary.com/hrltx1qd5/raw/upload/v1569830869/lifo/fonts/AvenirNextCondensedRegular_r9muuf.ttf') format('truetype');
}

@font-face {
    font-family: 'AvenirBook';
    src: url('https://res.cloudinary.com/hrltx1qd5/raw/upload/v1569831054/lifo/fonts/AvenirBook_f4vuiu.eot');
    src: url('https://res.cloudinary.com/hrltx1qd5/raw/upload/v1569831054/lifo/fonts/AvenirBook_f4vuiu.eot') format('embedded-opentype'),
    url('https://res.cloudinary.com/hrltx1qd5/raw/upload/v1569831054/lifo/fonts/AvenirBook_udsp3k.woff2') format('woff2'),
    url('https://res.cloudinary.com/hrltx1qd5/raw/upload/v1569831054/lifo/fonts/AvenirBook_tcwvxh.woff') format('woff'),
    url('https://res.cloudinary.com/hrltx1qd5/raw/upload/v1569831054/lifo/fonts/AvenirBook_uv3rwr.ttf') format('truetype');
}

@font-face {
    font-family: 'AvenirNextLTProHeavyCn';
    src: url('https://res.cloudinary.com/hrltx1qd5/raw/upload/v1569831270/lifo/fonts/AvenirNextLTProHeavyCn_psiygj.eot');
    src: url('https://res.cloudinary.com/hrltx1qd5/raw/upload/v1569831270/lifo/fonts/AvenirNextLTProHeavyCn_psiygj.eot') format('embedded-opentype'),
    url('https://res.cloudinary.com/hrltx1qd5/raw/upload/v1569831270/lifo/fonts/AvenirNextLTProHeavyCn_w6e9pg.woff2') format('woff2'),
    url('https://res.cloudinary.com/hrltx1qd5/raw/upload/v1569831270/lifo/fonts/AvenirNextLTProHeavyCn_xvguju.woff') format('woff'),
    url('https://res.cloudinary.com/hrltx1qd5/raw/upload/v1569831271/lifo/fonts/AvenirNextLTProHeavyCn_wfsdss.ttf') format('truetype');
}

body {
    font-family: 'AvenirNextCondensedRegular';
}

.d-inline-block {
    display: inline-block;
}

.w-auto {
    width: auto !important;
}

/* paddings */
.pt-0 {
    padding-top: 0;
}

.pt-1 {
    padding-top: 10px;
}

.pt-2 {
    padding-top: 20px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-5 {
    padding-bottom: 50px;
}

.pr-0 {
    padding-right: 0;
}

.pr-1 {
    padding-right: 10px;
}

.pr-2 {
    padding-right: 20px;
}

.pr-3 {
    padding-right: 30px;
}

.pr-4 {
    padding-right: 40px;
}

.pr-5 {
    padding-right: 50px;
}

.pl-0 {
    padding-left: 0;
}

.pl-1 {
    padding-left: 10px;
}

.pl-2 {
    padding-left: 20px;
}

.pl-3 {
    padding-left: 30px;
}

.pl-4 {
    padding-left: 40px;
}

.pl-5 {
    padding-left: 50px;
}

/* margins */

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px  !important;
}

.mt-3 {
    margin-top: 30px  !important;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mr-0 {
    margin-right: 0;
}

.mr-1 {
    margin-right: 10px;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-5 {
    margin-right: 50px;
}

.mr-auto {
    margin-right: auto;
}

.ml-0 {
    margin-left: 0;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.ml-5 {
    margin-left: 50px;
}

.ml-auto {
    margin-left: auto;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

@media(min-width: 768px) {
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .text-sm-left {
        text-align: left;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-right {
        text-align: right;
    }
}

body {
    background:#fff;
}

/* for equal height */
.row-eq-height {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}

.center-block {
    float:none;
}

.column-centered {
    margin:0px auto;
    float:none;
}

.flush {
    padding:0px;
}

.flush-left {
    padding-left:0px;
}

.flush-right {
    padding-right:0px;
}

.tablerow {
    display:table;
    width:100%;
    height:100%;
}

.tablecell {
    display:table-cell;
    width:100%;
    height:100%;
    vertical-align:middle;
}

img {
    max-width:100%;
    display:inline-block;
}

h1,h2,h3,h4,h5,h6,a {
    font-family: 'AvenirNextCondensedRegular';
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background:none;
}

.navbar-default {
    background:none;
    min-height:50px;
    border:none;
    border-radius:0px;
    margin:0px;
}

.navbar-brand {
    height:50px;
    padding:15px 15px;
}

.navbar-brand img {
    display:inline-block;
}

.navbar-right {
    margin-right:0px;
}

.navbar-nav>li {
    margin-top:0px;
}

.navbar-nav>li>a {
    color:#fff;
}

.navbar-default .navbar-nav>li>a {
    color:#fff;
    font-size:18px;
    font-weight:400;
    line-height:50px;
    padding:0px 15px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a.active {
    color: #fff;
    background-color: #720202;
}

.navbar-default .navbar-nav li .btn-primary {
    color:#fff;
    font-size:16px;
    font-weight:400;
    line-height:50px;
    padding:0px 5px;
    border:none;
    background:#313f4a;
}

.navbar-default .navbar-nav li .btn-primary img {
    margin-right:3px;
}

.navbar-default .navbar-nav li .btn-primary .fa {
    margin-left:5px;
}

.navbar-default .navbar-nav li .dropdown-menu a {
    color:#000;
    font-size:16px;
    padding:3px 15px;
}

.navbar-default .navbar-nav li .dropdown-menu a img {
    margin-right:10px;
}


section {
    float:left;
    width:100%;
}

a, a:hover, a:focus {
    color:inherit;
    text-decoration:none;
}

p {
    font-family: 'AvenirNextCondensedRegular';
    font-size: 19px;
    color: #333;
}

ol, ul {
    font-family: 'AvenirNextCondensedRegular';
    font-size: 19px;
    color: #333;
}

/* Main Styles */
#topbar {
    padding:10px 0px;
}

#topbar .login {

    display: inline-block;
    text-align: center;
    background: #720202;
    padding: 0px 0px;
    min-width: 130px;
    line-height: 50px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    margin-top: 13px;
}


@media (min-width: 768px) {
    #topbar .login {
        min-width: 215px;
        line-height: 60px;
        font-size: 21px;
        margin-top: 10px;
    }
}

#topbar .login:hover {
    background:#000;
    color:#fff;
}

.btn {
    display:inline-block;
    text-align:center;
    background:#720202;
    padding:0px 12px;
    min-width:120px;
    line-height:40px;
    border-radius:5px;
    color:#fff;
    font-size:16px;
    border-color: transparent;
}

.btn:hover {
    background:#000;
    color:#fff;
}

/*** ***/
#header {
    background:#313F4A;
}

/*** ***/
#banner {


    padding:50px 0px 200px 0px;
}

#banner .bg {
    background:rgba(255,255,255,0.4);
    padding:25px;
}

#banner h3 {
    color:#000000;
    font-size:37px;
    margin:0px;
}

#banner div.paragraph-div {
    color:#000000;
    font-size:23.7px;
    margin:5px 0px 15px 0px;
}

h2 {
    color:#000000;
    font-size:40px;
    margin:0px 0px 10px 0px;
    position:relative;
    margin-bottom: 30px;
}

h2:after {
    content:'';
    width:60px;
    height:3px;
    background:#720202;
    position:absolute;
    bottom:-15px;
    left:0px;
}

/*** ***/
#community .bg {
    background-size:cover;
    padding:70px 0px;
    margin-bottom:25px;
}

#community .bg a {
    display:inline-block;
    width:100%;
    text-align:center;
    background:rgba(0,0,0,.3);
    padding:3px 0px;
    color:#fff;
    font-family: 'AvenirNextLTProHeavyCn';
    font-weight:900;
    font-size:30px;
}

/*** ***/
#banner-image-text {
    background:#FFFFFF;
}

#banner-image-text-dark {
    background:#F7F7F7;
}

/*** ***/
.padding {
    padding:35px 0px 70px 0px;
}

/*** ***/
.padding-top {
    padding:35px 0px 0px 0px;
}

/*** ***/
.padding-bottom {
    padding:0px 0px 70px 0px;
}

/*** ***/
#dates {
    background:#F7F7F7;
}

#dates p {
    color:#000000;
    font-size:19px;
}

#dates ul, #dates ol {
    margin: 0 !important;
}

#dates .link {
    display:inline-block;
    color:#000000;
    font-size:14px;
    margin:40px 0px 0px 0px;
}


/*** ***/
.nav-tabs {
    border-bottom: 4px solid #720202;
}

.nav-tabs>li {
    margin:0px;
    margin-top:10px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background:#720202;
    color:#fff;
    border:none;
}

.nav-tabs>li>a {
    background:#DDDDDD;
    font-family: 'AvenirNextCondensedRegular';
    color:#000000;
    font-size:16px;
    border:none;
    padding:5px 30px;
}

/*** ***/
#content {

}

.alert-success {
    background:#720202;
    border:none;
    border-radius:0px;
    padding:15px 35px 20px 35px;
    position:relative;
    margin-top:40px;
    margin-bottom:80px;
}

.alert-success:after {
    content:'';
    position:absolute;
    bottom:-27px;
    left:50%;
    margin-left:-25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 25px 0 25px;
    border-color: #720202 transparent transparent transparent;
}

.alert-success p {
    color:#fff;
    font-size:16px;
    line-height:30px;
    margin:0px;
    position:relative;
    padding-left:75px;
}

.alert-success p .fa {
    border:1px solid rgba(255,255,255,0.4);
    border-radius:50%;
    color:#fff;
    font-size:14px;
    width:47px;
    line-height:45px;
    position:absolute;
    top:10px;
    margin-left:-75px;
    padding:0px 0px;
    text-align:center;
}

#content p.info {
    font-size:16px;
    line-height:30px;
    margin:0px;
    position:relative;
    padding-left:110px;
    margin:35px 0px 50px 0px;
}

#content p.info .fa {
    border:1px solid #4c93cf;
    background:#4c93cf;
    border-radius:50%;
    color:#fff;
    font-size:14px;
    width:47px;
    line-height:45px;
    position:absolute;
    top:10px;
    margin-left:-75px;
    padding:0px 0px;
    text-align:center;
}

#content .nav-tabs>li>a {
    padding: 7px 13px;
}

#content .tab-content {
    display:inline-block;
    width:100%;
    padding:60px 0px 60px 0px;
}

#content .tp {
    margin-top:80px;
}


/*** ***/
#footer {
    background:#606773;
    padding:35px 0px 120px 0px;
}

#footer h3 {
    color:#fff;
    font-size:40px;
    margin:0px 0px 15px 0px;
}

#footer ul {
    display:inline-block;
    width:100%;
    padding:0px;
    margin:0px 0px;
    list-style:none;
}

#footer ul li {
    margin-bottom:10px;
}

#footer ul a {
    display:inline-block;
    color:#fff;
    font-size:14px;
}

#footer p {
    color:#fff;
    font-size:16px;
    margin-bottom:10px;
}


/*** ***/
#copyright {
    background:#212A31;
    padding:15px 0px;
}

#copyright p {
    color:#fff;
    margin:7px 0px 0px 0px;
}

#copyright ul {
    list-style:none;
    width:100%;
    padding:0px;
    margin:0px;
}

#copyright ul li {
    display:inline-block;
    margin-left:2px;
}


/*** ***/
.bx-wrapper img {
    width:100%;
    display:inline-block;
}

ul.bxslider {
    list-style:none;
}

.bx-wrapper {
    margin-bottom:0px;
}

.bx-wrapper .bx-controls-direction a {
    width:28px;
    height:34px;
}

.bx-wrapper .bx-next {
    background:url(../images/arrow-right.png) no-repeat;
}

.bx-wrapper .bx-prev {
    background:url(../images/arrow-left.png) no-repeat;
}
/* Media Css */
@media only screen and (max-width: 767px) {
    .row-eq-height {
        display:inline-block;
    }

    .small-text-center {
        text-align:center;
    }

    .small-text-left {
        text-align:left;
    }

    .small-text-right {
        text-align:right;
    }

    .navbar-brand {
        width:50%;
    }

    .navbar-default {
    }

    .navbar-right {
        margin-right:-15px;
    }

    .navbar-default .navbar-toggle {
        margin-top:10px;
        margin-right:10px;
        border:none;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        border:none;
        background:none;
    }

    .navbar-nav>li {
        margin-top: 10px;
        text-align:center;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        text-align:center;
        padding:5px 15px;
    }

    #header .navbar-default .navbar-nav > li > a {
        text-align:center;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background:#fff;
    }

    .btn {
        margin-bottom:30px;
    }

    h2 {
        margin-top:20px;
    }

    .nav-tabs>li>a {
        padding: 5px 18px;
    }

    #dates .link {
        font-size: 12px;
    }

    .alert-success {
        padding: 15px 15px 20px 15px;
    }

    #content p.info {
        padding-left:80px;
    }

    .none-small {
        padding:0px;
    }

    #content .tab-content {
        padding: 10px 0px 60px 0px;
    }

    #footer h3 {
        margin-top:30px;
    }

    #copyright p {
        margin-bottom:10px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1169px) {
    .navbar-header {
        width:30%;
    }

    #community .bg a {
        font-size: 18px;
    }

    .nav-tabs>li>a {
        padding: 5px 23px;
    }
}

/* Custom CSS */
html {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.navbar-default .navbar-nav li .a-primary {
    color:#fff;
    font-size: 19px;
    font-weight: 400;
    line-height: 50px;
    padding: 0px 5px;
    border: none;
    background:#313f4a;
    text-align: center;
}

.anmelde-container {
    padding: 1rem;
}

.special-form-link {
    float: right;
    position: relative;
    bottom: 88px;
    text-align: right;
}

.dropdown-menu {
    display: none;
}

.angle-down-menu-icon-mobile{
    float: right;
    padding: 1.5rem 2.2rem;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
}

.angle-down-menu-icon-desktop {
    display: none;
}

@media (max-width: 767px) {
    .dropdown-menu {
        position: inherit !important;
        float: none !important;
    }

    li.dropdown > a {
        color: #fff;
        background-color: #313f4a;
    }

        .dropdown-menu {
        display: none !important;
    }

    .dropdown:hover .dropdown-menu {
        display: block !important;
    }

    .dropdown .dropdown-menu:visited {
        display: none !important;
    }
}


@media (min-width: 768px) {
    .special-form-link {
        bottom: 58px !important;
    }

    .dropdown-menu {
        min-width: 200px;
    }

    .angle-down-menu-icon-mobile {
        display: none !important;
    }

    .angle-down-menu-icon-desktop {
        display: contents !important;
    }

    .dropdown-menu {
        display: none !important;
    }

    .dropdown:hover .dropdown-menu {
        display: block !important;
    }

}
#footer a {
    text-decoration: underline;
}

#footer a:hover {
    color: #720202;
}

.paragraph-div a.link {
    text-decoration: underline;
}

.paragraph-div a.link:hover {
    color: #720202;
}

.paragraph-div {
    font-family: 'AvenirNextCondensedRegular';
    font-size: 19px;
    color: #333;
    margin: 0 0 10px;
}

.paragraph-div  p {
    margin-bottom: 0;
}

.paragraph-div h3 {
    color: #720202; 
    font-size: 19px;
}

ol, ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-check-label {
    font-weight: inherit;
    padding-left: 5px;
}

.label-font-weight-fix label {
    font-weight: 500 !important;
}

#dates .paragraph-div {
    margin: 20px 0px 0px 0px;
}

.bg-dark {
    background: #F7F7F7 !important;
}

.bg-light {
    background: #FFFFFF !important;
}

.bg-grey {
    background: #F3F2F2 !important;
}

a#scroll-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #720202;
    color: white;
    cursor: pointer;
    padding: 10px 14px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bolder;
}

a#scroll-top:hover {
    background-color: #555;
}

i {
    font-family: 'AvenirNextCondensedRegular';
}

#logo {
    max-width: 134px;
    max-height: 100%;
}

#main-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: white;
}

#main-body {
    margin-top: 151px;
}

.active-menu-item {
    color: #fff !important;
    background-color: #720202 !important;
}

.active-menu-item.practitioner-only-menu-item {
    color: #fff !important;
    background-color: #689CA1 !important;
}

.cc-window {
    font-family: 'AvenirNextCondensedRegular' !important;
    font-size: 19px !important;
}

.contact-logo {
    padding-top: 40px;
}

/* .iframe-container {
	max-width: 556px;
	max-height: 384px;
} */

/* 
.cc-grower {
	margin-top: 151px;
} */

.nav-tabs > li.active.green-tab > a, .nav-tabs > li.active.green-tab > a:focus, .nav-tabs > li.active.green-tab > a:hover {
    background: #689CA1;
    color: #fff;
    border: none;
}

a.green-tab-btn {
    background: #689CA1;
}

.fas.fa-chevron-down {
    font-size: smaller;
}
/*

*/

a.practitioner-only-menu-item:hover {
    background: #689CA1 !important;
}

/*
    Contact Infobox
*/

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.contact-infobox {
    margin: 0 15px;
    padding: 15px;
    background: #e7e7e7;
}

.infobox-icon-circle {
    display: none;
    border-radius: 50%;
    background: white;
    color: #e7e7e7;
    position: absolute;
}


/*
    Big Infobox
*/

.big-infobox-content {
    margin: 0 15px;
    padding: 15px;
    background: #e7e7e7;
}

.big-infobox-icon-circle {
    display: none;
    border-radius: 50%;
    background: white;
    color: #e7e7e7;
    position: absolute;
}

.big-infobox-red .big-infobox-content {
    background: #F0D3D2 !important;
}

.big-infobox-red .big-infobox-icon-circle {
    color: #F0D3D2 !important;
    border-color: #F0D3D2 !important;
}


/*
    Small Infobox
*/

.small-infobox-content {
    padding: 10px 20px 10px 20px;
    background: #DDDDDD;
}

.small-infobox-icon {
    display: none;
}


/*
    Bottom Contact Box
*/

.additional-mentions-box > .fa-plus-circle {
    display: none;
}

.additional-mentions-box {
    background: #e7e7e7;
    padding: 10px 20px 10px 20px;
}

.additional-mentions-box > ul {
    padding-left: 17.1px;
    padding-top: 10px;
}

.additional-mentions-box > .fa-user {
    display: none;
}

/*
    Dates Legends
*/

.dates-legend {
    font-family: 'AvenirNextCondensedRegular';
    font-size: 17px;
    color: #333;
}

.red-square, .green-square {
    padding-right: 10px;
}

.red-square {
    color: #720202;
}

.green-square {
    color: #689CA1;
}


/*
    Orders Button Box & Library Download Section
*/

.orders-image, .library-image{
    float: left;
    display: none;
}

.orders-window, .library-window{
    background: #D9E6E8;
}

.orders-window .order-button {
    background: #669CA2;
    padding: 10px 20px;
    line-height: 25px;
    margin-right: 20px;
    font-size: 16px;
}

.library-window .library-button {
    background: #669CA2;
    margin-right: 20px;
}

.orders-window .order-button:hover, .library-window .library-button:hover {
    background: #3F6269;
}

.orders-content, .library-content{
    padding-bottom: 20px;
}

.orders-box, .library-box {
    padding: 20px 15px 30px 15px;
}

.order-button p , .library-button p{
    margin: 0;
    font-size: 16px;
    color: #fff !important;
}

/*
    Orders-split section
*/
.orders-split-image {
    position: absolute;
    z-index: 1;
    left: 0;
    display: none;
}

.orders-split-window .orders-split-button {
    background: #669CA2;
    padding: 10px 30px;
    line-height: 25px;
    margin-top: 20px;
}

.orders-split-window .orders-split-button:hover {
    background: #3F6269;
}

.orders-split-box .orders-split-box-1 .orders-split-content, .orders-split-box .orders-split-box-2 .orders-split-content{
    padding: 20px;
    background: #D9E6E8;
}

.orders-split-box .orders-split-box-1 {
    margin-bottom: 25px;
}

.orders-split-button p{
    font-size: 16px;
    margin: 0;
    color: #fff !important;
}


/*
    Small Infobox green theme
*/

.infobox-theme-green .small-infobox-content{
    background: #D9E6E8;
}

.infobox-theme-green p a.btn {
    background: #669CA2;
    margin-right: 20px;
    font-size: 16px;
    padding: 0 20px;
    color: #fff !important;
}

.infobox-theme-green p a.btn:hover {
    background: #3F6269;
}


/*
    Footer
*/

.footer-headline-icon {}

.footer-links {}


/*
    watermark
*/
.watermark {
    position: absolute;
    opacity: 0.6;
    pointer-events: none;
    max-width: 90%;
    margin-left: 25px;
    margin-top: 200px;
}


/*Modal*/
.custom-modal-content {
    border-radius: 0;
}

.custom-modal-image {
    max-height: 50px;
    float: left;
    margin-right: 25px;
    margin-left: 45px;
}

.custom-modal-header {
    background: #DFEAEC;
    padding-top: 20px;
    padding-bottom: 20px;
}

.custom-modal-footer {
    border-top: none;
    padding-bottom: 30px;
}

.booking-confirm-modal .btn-close {
    display: block;
}

.booking-confirm-modal .close {
    font-size: 32px;
    text-shadow: 0 1px 0 #404040;
}


/* Submission Table */

.table-responsive {
    border: none;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 0;
    line-height: unset;
    vertical-align: inherit;
    border-top: none;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: none;
}

a.green-link {
    color: #699EA4;
}

a.green-link:hover {
    text-decoration: underline !important;
}

.submission-row {
    background: #F1F6F7;
}

.submission-window {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #F1F6F7;
}

.table > thead > tr > th {
    border-bottom: none;
}

.submission-banner-image {
    max-width: 95px;
    max-height: 65px;
    margin: 0 15px;
}

.submissions-banner h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
}

.banner-image {
    margin: 10px;
}

.submission-banner-col {
    padding: 30px 15px !important;
}

.submission-banner {
    background: #DFEAEC;
    border-bottom: 7px solid #FFF;
}


.submission-banner-title {
        margin-top: 38px;
    margin-bottom: 0;
}

.submission-picture {
    width: 150px;
    padding: 15px !important;
}

.submission-infomations {
    padding: 15px !important;
}

.submission-infomations p{
    margin: 0 !important;
    font-size: 17px !important;
}




#banner h3 {
    text-align: left;
}

#banner div.paragraph-div {
    text-align: center;
}

#banner .button-box {
    margin-top: 20px;
    text-align: center;
}

#banner .big-pic-button-left {
    margin-right: 13px;
}

#banner .big-pic-button-right {
    margin-left: 13px;
}

/* Media Queries */

@media(min-width: 768px) {

    /**/
    /* Contact Infobox */
    /**/
    .contact-infobox {
        margin: 0 !important;
        padding: 15px 30px 15px 70px !important;
        max-height: none !important;
    }

    .infobox-icon {
        font-size: 55px !important;
        padding: 10px 0px !important;
    }

    .infobox-icon-circle {
        display: block !important;
        width: 100px !important;
        height: 100px !important;
        border: 12px solid #e7e7e7 !important;
        position: absolute !important;
        left: -50px !important;
    }
    

    /**/
    /* Big Infobox section */
    /**/
    .big-infobox-content {
        margin: 0 !important;
        padding: 22px 30px 12px 60px;
        margin-left: 60px !important;
    }

    .big-infobox-icon {
        font-size: 55px;
        padding: 10px 0px;
    }

    .big-infobox-icon-circle {
        display: block;
        width: 100px;
        height: 100px;
        border: 12px solid #e7e7e7;
        position: absolute;
        left: 12px;
    }

    /**/
    /* Contact additional mentions */
    /**/
    .additional-mentions-box {
        max-width: 630px;
        padding: 20px 40px 20px 40px;
    }

    .additional-mentions-box > .fa-user {
        position: absolute;
        right: 120px;
        font-size: 160px;
        top: 36px;
        color: #fff;
        display: block;
    }

    .additional-mentions-box > .fa-plus-circle {
        position: absolute;
        color: #fff;
        background: #e7e7e7;
        border: 11px solid #e7e7e7;
        border-radius: 50%;
        font-size: 69px;
        right: 60px;
        top: 138px;
        display: block;
    }
    
    /**/
    /* Order Section */
    /**/
    .orders-window .order-button {
        background: #669CA2;
        padding: 10px 20px;
        line-height: 25px;
        margin-right: 20px;
    }

    .orders-content {
        padding-bottom: 20px;
    }

    .orders-box {
        padding: 30px 0 40px 30px;
    }


    /**/
    /* Footer */
    /**/
    .footer-headline-icon {
        top: 0;
        position: absolute;
        right: 16px;
    }
    .footer-links {
        padding-left: 40px;
    }


    /**/
    /* Watermark */
    /**/
    .watermark {
        opacity: 0.65;
        max-width: 500px;
        margin-left: 150px;
        margin-top: 125px;
    }

    /**/
    /* Modal */
    /**/
    .custom-modal-body {
        padding-top: 100px;
        padding-left: 155px;
        padding-right: 100px;
    }

    .custom-modal-footer {
        padding-right: 100px;
    }

    .custom-modal-dialog {
        width: 640px;
    }

    .custom-modal-profile {
        position: fixed;
        left: 20px;
        top: 136px;
    }
}


@media(min-width: 992px) {
    .responsive-break {
        display: none;
    }

    /**/
    /* Contact Infobox */
    /**/
    .contact-infobox {
        padding: 15px 30px 15px 125px !important;
        height: 230.05px;
    }

    .infobox-icon {
        font-size: 150px !important;
        padding: 20px 0 !important;
    }

    .infobox-icon-circle {
        width: 230.05px !important;
        height: 230.05px !important;
        border: 15px solid #e7e7e7 !important;
        position: absolute !important;
        left: -115px !important;
    }


    /**/
    /* Big Infobox section */
    /**/
    .big-infobox-content {
        padding: 25px 30px 15px 100px;
        max-height: 185.75px;
        height: 185.75px;
        margin-left: 110px !important;
    }

    .big-infobox-icon {
        font-size: 110px;
        padding: 20px 0px;
    }

    .big-infobox-icon-circle {
        width: 185.75px;
        height: 185.75px;
        border: 15px solid #e7e7e7;
        left: 15px;
    }


    /**/
    /* Small Infobox */
    /**/
    .small-infobox-icon {
        display: block;
        float: left;
        max-height: 185px;
    }

    .small-infobox-content {
        max-height: 185px;
        margin-left: 155px;
    }


    /**/
    /* Contact additional mentions */
    /**/
    .additional-mentions-box > .fa-user {
        right: 345px;
    }

    .additional-mentions-box > .fa-plus-circle {
        right: 280px;
    }


    /**/
    /* Order Section */
    /**/
    .orders-image{
        max-height: 264px;
        display: block;
    }

    .orders-window .order-button {
        max-width: 195px;
        max-height: 81px;
        background: #669CA2;
        padding: 12px 30px;
        line-height: 25px;
        margin-right: 20px;
    }

    .orders-window {
        max-height: 264px;
    }

    .orders-box {
        padding: 30px 0 47px 0;
        margin-left: 302px;
    }

    .orders-content {
        padding-bottom: 30px;
    }


    /**/
    /* Library Download section */
    /**/
    .library-image {
        max-height: 220px;
        display: block;
    }

    .library-box {
        height: 220px;
        padding: 10px 15px 30px 230px;
    }

    /**/
    /* Orders-split section */
    /**/
    .orders-split-box .orders-split-box-1 {
        margin-bottom: 0;
    }

    .orders-split-box-1 {
        padding-right: 0 !important;
    }


    /**/
    /* Footer */
    /**/
    .footer-links {
        padding-left: 65px;
    }
    

    /**/
    /* Watermark */
    /**/
    .watermark {
        max-width: 700px;
        margin-left: 150px;
        margin-top: 125px;
    }


    /**/
    /* Search-Infobox */
    /**/
    .search-infobox-icon {
        max-height: 128px !important;
    }

    .search-infobox-content {
        max-height: 128px !important;
        margin-left: 125px !important;
        padding: 10px 20px 20px 20px !important;
    }

    .search-infobox-searchbar {
        width: 50% !important;
    }


    /**/
    /* Big pic banner box */
    /**/
    #banner .big-pic-button-left {
    margin-right: 43px;
    }

    #banner .big-pic-button-right {
        margin-left: 43px;
    }
}


@media(min-width: 1200px) {
    /**/
    /* Contact Infobox */
    /**/
    .contact-infobox {
        padding: 20px 40px 20px 90px !important;
        height: 185.75px;
    }

    .infobox-icon {
        font-size: 110px  !important;
        padding: 20px 0px !important;
    }

    .infobox-icon-circle {
        width: 185.75px !important;
        height: 185.75px !important;
        border: 15px solid #e7e7e7 !important;
        position: absolute !important;
        left: -100px !important;
    }

    .infobox-top {
        top: -56px;
    }
    
    
    /**/
    /* Big Infobox section */
    /**/
    .big-infobox-content {
        padding: 25px 30px 30px 100px;
        font-size: 20px;
    }


    /**/
    /* Small Infobox */
    /**/
    .small-infobox-icon {
        height: 170px;
    }

    .small-infobox-content {
        padding: 15px 20px 15px 20px;
        height: 170px;
    }
    
    
    /**/
    /* Contact additional mentions */
    /**/
    .additional-mentions-box > .fa-user {
        right: 545px;
    }

    .additional-mentions-box > .fa-plus-circle {
        right: 480px;
    }
    
    
    /**/
    /* Order Section */
    /**/
    .orders-window .order-button {
        margin-right: 60px;
    }


    /**/
    /* Library Download section */
    /**/
    .library-box {
        padding: 20px 50px 30px 230px;
    }


    /**/
    /* Orders-split section */
    /**/
    .orders-split-image {
        display: block;
        max-height: 210px;
    }

    .orders-split-box .orders-split-box-1 {
        margin-bottom: 0;
    }

    .orders-split-box .orders-split-box-1 .orders-split-content, .orders-split-box .orders-split-box-2 .orders-split-content {
        max-height: 210px;
    }

    .orders-split-box .orders-split-box-1 .orders-split-content{
        padding: 20px 20px 20px 220px;
    }

    .orders-split-box-1 {
        padding-left: 0 !important;
    }
    
    
    /**/
    /* Footer */
    /**/
    .footer-headline-icon {
        right: 0;
    }
    .footer-links {
        padding-left: 90px;
    }


    /**/
    /* Watermark */
    /**/
    .watermark {
        max-width: 800px;
        margin-left: 230px;
        margin-top: 100px;
    }

    /**/
    /* custom lg col */
    /**/
    .col-lg-custom {
        width: 20%;
    }
}

.image-row-image {
    max-height: 210px;
    max-width: 170px;
}



.carousel-image {
    max-height: 240px;
    max-width: 240px;
    border-radius: 50%;
    box-shadow: 20px 20px 30px #00000090;
    margin: -276px auto -260px auto;
    display: block;
}

.carousel-image-bg {
    height: 300px;
    width: 300px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    z-index: -1;
    box-shadow: 20px 20px 30px #00000090;
}

.carousel-inner {
    height: 800px;
}

.carousel-text {
    margin: 25em auto 0 auto;
}

.carousel-text h3 b {
    font-size: 38px;
}

.carousel-text h3 {
    font-size: 30px;
}

.carousel-text div.paragraph-div {
    max-width: 540px;
    margin: 0 auto;
}

/* .carousel-spacer-icon {
    margin: 23em auto -10px auto;
    max-height: 56px;
    stroke-linejoin:round;
} */

.carousel-right-arrow {
    top: 0;
    height: unset;
    width: 100%;

    font-size: unset;
    color: unset;
    text-shadow: unset;
    background-color: unset;
    filter: unset;
    opacity: unset;
    background-image: none !important;
}

.carousel-right-arrow-icon {
    display: none;
}

@media(min-width: 640px) {
    .carousel-right-arrow-icon {
        display: block;
    }

    .carousel-image {
        max-height: 294px;
        max-width: 294px;
        box-shadow: 25px 25px 40px #00000090;
        margin: -344px auto -260px auto;
    }

    .carousel-image-bg {
        height: 385px;
        width: 385px;
        box-shadow: 25px 25px 40px #00000090;
    }

    .carousel-right-arrow {
        top: 0;
        height: 388px;
        width: unset;
    }
}

@media(min-width: 768px) {
    .carousel-indicators {
        bottom: 70px;
    }
}

@media(min-width: 992px) {
    .carousel-right-arrow {
        right: 160px !important;
    }
}


@media(min-width: 1200px) {
    .carousel-right-arrow {
        right: 230px !important;
    }
}

.carousel-indicators li{
    width: 12px !important;
    height: 12px !important;
    font-size: 12px !important;
    text-indent: unset;
    border: none;
    background-color: #DDDDDD !important;
    border-radius: 50%;
}

.carousel-indicators li i {
    top: -2.5px;
    left: 0;
    position: relative;
    visibility: hidden;
}

.carousel-indicators .active {
    visibility: visible;
}

.carousel-indicators .active i{
    visibility: visible;
}


.force-no-padding {
    padding: 0 !important;
}

.force-no-margin {
    margin: 0 !important;
}



.special-list-first-image-box, .special-list-image-box {
    margin-bottom: 20px;
}

.special-list-first-image-box {
    max-height: 216px;
    max-width: 216px;
}

.special-list-first-image-bg {
    height: 216px;
    width: 216px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    z-index: -1;
    box-shadow: 10px 10px 20px #00000090;
}

.special-list-first-image {
    max-height: 176px;
    max-width: 176px;
    border-radius: 50%;
    box-shadow: 14px 14px 20px #00000090;
    margin: -246px auto 0 auto;
}

.special-list-image-box {
    max-height: 162px;
    max-width: 162px;
}

.special-list-image-bg {
    height: 162px;
    width: 162px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    z-index: -1;
    box-shadow: 11px 11px 20px #00000090;
}

.special-list-image {
    max-height: 126px;
    max-width: 126px;
    border-radius: 50%;
    box-shadow: 12px 12px 20px #00000090;
    margin: -196px auto 0 auto;
}

.special-list-short-spacer {
    max-width: 34px;
    margin-left: 12px;
    display: none;
}

.special-list-long-spacer {
    max-width: 58px;
    margin-left: 12px;
    display: none;
}

.special-list-span {
    text-decoration: underline;
    font-weight: bold;
}

.hcenter-xs {
    text-align: center;
}

@media(min-width: 768px) {
    .special-list-first-txt-box, .special-list-txt-box {
        padding-left: 0;
    }

    .special-list-first-image-box, .special-list-image-box {
        margin-bottom: 0;
    }

    .special-list-first-image-box, .special-list-image-box {
        margin-bottom: 20px;
    }

    .special-list-short-spacer, .special-list-long-spacer {
        display: inline-block;
    }

    .hcenter-xs {
        text-align: unset;
    }

    .special-list-image-box {
        margin-left: 27px;
    }
}

.two-line-btn {
    line-height: 25px;
    padding: 6px 14px;
}

quote {
    color: #700003;
    font-size: 21px;
}

quote span {
    font-size: 15px;
}

.quote-content {
    max-width: 75%;
    display: inline-block;
    padding: 0 0 0 10px;
}

.quote-block i.fa-quote-right, .quote-block i.fa-quote-left {
    max-width: 8%;
    font-size: 30px;
    color: #7000032A;
}

.quote-block i.fa-quote-right {
    bottom: 16px;
    position: relative;
}

.quote-block i.fa-quote-left {
    vertical-align: top;
    position: relative;
    top: -12px;
}

@media(min-width: 768px) {
    .quote-block i.fa-quote-right, .quote-block i.fa-quote-left {
        font-size: 37px;
    }
}

.special-list2-image {
    max-width: 294px;
}

.special-list2-spacer {
    display: none !important;
}

@media(min-width: 992px) {
    .special-list2-spacer {
        display: inline-block !important;
    }

    .special-list2-txt-box div.paragraph-div{
        padding-left: 25px;
    }
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    top: -40px;
}

.ul-padding {
    padding-left: 25px;
}

ul li::marker {
    color: #700003;
    font-size: 25px;
}

.ext-app-iframe {
    width: 100%;
    border: 0px;
}

.video-div {
    max-height: 405px;
}

.equal-padding {
    padding: 70px 0px 70px 0px;
}

.red-infobox {
    background: #F0D3D2;
}

.login-mini-link {
    float: right;
    margin: -30px 22px 0 0;
}



/****** news additions *****/
section.banner {
    position: relative;
}

.banner-news-footnote {
    position: absolute;
    width: 100%;
    padding: 10px;
    background-color: #720202aa;
    bottom: 0;
}

.banner-news-footnote .container {
    color: #fff;
    font-family: 'AvenirNextCondensedRegular';
    font-size: 19px;
}

.news-link {
    color: #720202;
    font-weight: 700;
    font-size: 19px;
}

.news-headline::after {
    width: 98px;
}

.aktuell-headline::after {
    content: unset;
    width: 0;
    height: 0;
    background: #00000000;
    position: unset;
    bottom: unset;
    left: unset;
}

.news-headline .news-headline-text{
    color: #720202;
    font-weight: 700;
}

.aktuell-headline .aktuell-headline-text .aktuell-headline-text-p1 {
    color: #720202;
    font-weight: 700;
    border-bottom: 3px solid #720202;
}

 .aktuell-headline .aktuell-headline-text .aktuell-headline-text-p2 {
    color: #5b6b81;
    font-weight: 700;
    border-bottom: 3px solid #5b6b81;
}

.news-preview.padding {
    padding: 50px 0;
}

.news-preview.padding-bottom {
    padding: 0 0 0 50px;
}

.news-preview.padding-top {
    padding: 50px 0 0 0;
}

.res-margin {
    margin-bottom: 15px;
}

@media(min-width: 768px) {
    .res-margin {
        margin-bottom: 0;
    }
}

.text-primary {
    color: #720202;
}

.font-weight-bold {
    font-weight: 700;
}

.contact-box-new a{
    text-decoration: underline;
}

.contact-box-new a:hover{
    color: #720202;
}

.paragraph-div ul {
    list-style: none;
}

.paragraph-div ul li:before {
    content: "●";
    position: absolute;
    left: -22px;
    color: #700003;
    font-size: 22px;
    height: 1px;
    width: 1px;
    top: -3px;
}

.paragraph-div ul.small-marker li:before {
    content: "●";
    position: absolute;
    left: -14px;
    color: #000;
    font-size: 10px;
    height: 1px;
    width: 1px;
    top: 5px;
}

.paragraph-div ul li {
    position: relative;
}

.news-back-btn {
    min-width: 48px;
}

.library-dropdown-item {
    padding: 7px 0;
}

.library-dropdown-item:nth-child(odd) {
    background-color: #f3f7f8;
}

.library-dropdown-item .link:hover {
    color: #669ca2 !important;
}

.library-dropdown-head {
    color: #669ca2 !important;
}

.library-dropdown-head span > * {
    vertical-align: middle;
}

.library-dropdown-head .fa-arrow-circle-down, .library-dropdown-head .fa-arrow-circle-up {
    font-size: 35px;
    margin-right: 10px;
}

.library-dropdown-head.collapsed .fa-arrow-circle-down, .library-dropdown-head .fa-arrow-circle-up {
    display: inline-block;
} 

.library-dropdown-head .fa-arrow-circle-down, .library-dropdown-head.collapsed .fa-arrow-circle-up {
    display: none;
} 

.library-dropdown-content {
    margin-left: 50px;
}

a.disabled {
    pointer-events: none;
    color: #A8A8A7 !important; 
}

.event-infobox .big-infobox-content {
    max-height: unset;
    height: unset;
}

/* --------------- */
/* --- Archive --- */
/* --------------- */

.archive .library-dropdown-head .fa-arrow-circle-down, .library-dropdown-head .fa-arrow-circle-up {
    font-size: 35px;
    margin-right: 10px;
    font-weight: 900 !important;
}

.archive .library-dropdown-head.collapsed .fa-arrow-circle-down, .library-dropdown-head .fa-arrow-circle-up {
    display: inline-block;
    font-weight: 900 !important;
} 

.archive .library-dropdown-head .fa-arrow-circle-down, .library-dropdown-head.collapsed .fa-arrow-circle-up {
    display: none;
    font-weight: 900 !important;
}

.archive .library-dropdown-head span > * {
    font-weight: 400;
}

/* ---------------- */
/* --- Timeline --- */
/* ---------------- */

section.timeline {
    float: none;
}

.timeline-bullet {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 3px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    background: #FFF;
}

.timeline-content {
    position: relative;
    margin-left: 35px;
    min-height: 50px;
    margin-bottom: 10px;
}

.timeline-content > a {
    display: table;
}

.timeline-content::after {
    content: "";
    display: table;
    clear: both;
}

.timeline-bullet, .highlighted-plan {
    border-color: #720202;
    background-color: #720202;
}

.timeline-content .date {
    padding: 0;
    font-family: 'AvenirNextCondensedRegular';
    font-size: 19px;
    color: #333;
}

.timeline-content .date, .timeline-content p, .timeline-content li {
    color: #720202 !important;
}

.timeline-content.text-blue .date, .timeline-content.text-blue p, .timeline-content.text-blue li  {
    color: #5B6B81 !important;
}

.timeline-content .btn.btn-blue {
    background-color: #669CA2 !important;
}

.timeline-content .btn.btn-blue:hover {
    background-color: #548A90 !important;
}

.timeline-content .btn.btn-orange {
    background-color: #C58657 !important;
}

.timeline-content .btn.btn-orange:hover {
    background-color: #9F6031 !important;
}

.timeline-block::after {
    content: "";
    display: table;
    clear: both;
}

.timeline-block {
    position: relative;
    margin: 1.5em 0;
}

.timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 0;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 4.5px;
    height: 100%;
    width: 3px;
}

.timeline::before {
    border-right: 2px dashed #720202;
}

.timeline-content ol, .timeline-content ul {
    padding-left: 22px;
}


.text-red {
    color: #720202 !important;
}

.text-blue, .text-blue p, .text-blue ul, .text-blue ol {
    color: #5B6B81 !important;
}

.timeline-headline {
    display: block;
    width: 100%;
    color: #fff;
    background-color: #720202;
    text-align: center;
    padding: 5px 0;
    font-weight: 700;
}

.timeline-block.last {
    z-index: 2;
}

.timeline-block.last .timeline-bullet {
    z-index: 3;
}

.timeline-block.last .timeline-content {
    background-color: #fff;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 35px;
}

@media(min-width: 768px) {

    .timeline-block {
        margin: 1em 0;
    }

    .timeline-content {
        margin-left: 60px;
    }

    .timeline::before {
        left: 13%;
        margin-left: -2px;
    }

    .timeline-bullet {
        width: 15px;
        height: 15px;
        left: 13%;
        margin-left: -8px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .timeline-content {
        margin-left: 0;
        width: 65%;
        float: left;
    }

    .timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: transparent;
        border-right-color: white;
    }

    /* .timeline .timeline-block .timeline-content h3, .timeline .timeline-block .timeline-content p {
        text-align: right;
    } */

    .timeline .timeline-block .timeline-content > a {
        float: right;
    }

    .timeline-content .date {
        position: absolute;
        width: 15%;
        left: 0;
        right: auto;
        text-align: right;
        top: 0;
    }

    .timeline-text {
        padding-left: 25%;
        text-align: left;
        position: relative;
    }

    .timeline-button-container {
        width: auto;
        position: absolute;
        right: 0;
        top: 5px;
        transform: translate(100%,0);
    }

    .timeline-block.last .timeline-content {
        padding-left: 0;
    }
}

.banner-news-link p {
    color: #fff !important;
    margin: 0;
}

.news-preview .paragraph-div p:first-of-type {
    display: inline;
}

.news-content p:first-of-type{
    display: inline;
}

.news-content .red{
    color: #720202;
}

/* ----- Event ----- */
.event-spacer {
    padding-top: 2px;
    padding-bottom: 2px;
}

.event-details-btn {
    color: #717171;
    border: 1px solid #717171;
    background-color: #fff;
    width: 100%;
    margin-bottom: 10px;
}

.event-booked-details-btn {
    width: 100%;
    color: #720202;
    border: 1px solid #720202;
    background-color: #fff;
}

.event-booked-details-btn:hover {
    color: #fff;
    background-color: #720202;
}

.event-expired-details-btn, .event-bookingsFull-details-btn {
    width: 100%;
    color: #689ca1;
    border: 1px solid #689ca1;
    background-color: #fff;
}

.event-unavailable-details-btn {
    width: 100%;
    color: #cccccc;
    border: 1px solid #cccccc;
    background-color: #fff;
}

.event-expired-details-btn:hover, .event-bookingsFull-details-btn:hover {
    color: #fff;
    background-color: #689ca1;
}

.event-unavailable-details-btn:hover {
    color: #fff;
    background-color: #cccccc;
}

.event-booked-btn, .event-expired-details-btn, .event-bookingsFull-details-btn {
    width: 100%;
}

.event-booking-confirm-modal-btn {
    width: 100%;
    background: #689CA1;
    color: #fff;
}

.event-booking-confirm-modal-btn:hover {
    background: #000;
}

.event-details-btn:hover {
    color: #fff;
    background-color: #717171;
}

.event-buttons {
    display: block;
    margin: auto 0;
}

.express-booking-button .ho-field-group {
    padding: 0;
}

.ho-form.express-booking.event-express-booking {
    width: auto;
    margin-left: 0;
    margin-right: auto;
}

@media(min-width: 992px) {
    .upcoming-events-modal .modal-dialog {
        max-width: 700px;
    }
}

@media(min-width: 1200px) {
    .upcoming-events-modal .modal-dialog {
        max-width: 1000px;
    }
}

.upcoming-events-modal .modal-header {
    position: relative;
    display: block;
    background-color: #dfeaec;
    border-bottom: none;
}

.upcoming-events-modal .modal-header .modal-title {
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.upcoming-events-modal .modal-header .modal-headline {
    margin-bottom: 0.5rem;
    display: inline;
    vertical-align: middle;
}

.upcoming-events-modal .modal-header .modal-logo {
    display: inline;
    vertical-align: middle;
    margin-right: 5px;
}

.upcoming-events-modal .modal-header .modal-subline {
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.upcoming-events-modal .modal-header .modal-datetime {
    width: 100%;
    text-align: center;
}

.upcoming-events-modal .modal-header .modal-datetime-date {

}

.upcoming-events-modal .modal-header .modal-datetime-time {

}

.upcoming-events-modal .modal-header button.close {
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px;
}

.upcoming-events-modal .modal-body {
    min-height: 750px;
}

.upcoming-events-modal .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e5e5e5;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.upcoming-events-modal .modal-footer button.btn-danger {
    margin-left: auto;
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
    margin-bottom: 0 !important;
}

.upcoming-events-modal .modal-footer button.btn-danger:hover {
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
}

.upcoming-events-modal .modal-content {
    border-radius: 0;
}

.upcoming-events-modal .modal-content .modal-attachment {
    width: 100%;
    margin-bottom: 1rem;
}

.upcoming-events-modal  .modal-content .modal-attachment.round-image {
    border-radius: 50%;
}

.upcoming-events-modal .modal-footer .express-booking-button {
    margin-right: auto;
}

.upcoming-events-modal .modal-content .main-text p{
    margin: 0;
}

.upcoming-events-modal .modal-content .main-text a{
    text-decoration: underline;
}

.upcoming-events-modal .modal-content .main-text a:hover{
    color: #720202;
}

@media(min-width: 992px) {
    .upcoming-events-modal .modal-header {
        display: flex;
    }

    .upcoming-events-modal .modal-header .modal-title {
        text-align: left;
        flex: 0 0 70%;
        padding-left: 0;
        padding-right: 0;
    }

    .upcoming-events-modal .modal-header .modal-datetime {
        text-align: right;
        flex: 0 0 30%;
        padding-left: 10px;
        padding-right: 25px;
        padding-bottom: 0.5rem;
        align-self: end;
    }
}

.event-bg-grey {
    background-color: #f7f7f7;
}

.event-bg-blue {
    background-color: #DDDDDD;
}

.event-bg-booked {
    background-color: #F0D3D2;
}

.event-bg-expired, .event-bg-bookingsFull {
    background-color: #d9e6e8;
}

.event-bg-grey, .event-bg-blue, .event-bg-booked, .event-bg-expired, .event-bg-bookingsFull {
    padding: 20px 5px;
}

.express-booking-button .ho-form, .express-booking-button .ho-form .ho-success.ho-form-success {
    padding: 0;
    width: 100%;
}

.express-booking-button .ho-form::before {
    padding: 0;
    margin: 0;
    content: none;
}

.express-booking-button .ho-form .ho-field-group {
    display: none;
}

.express-booking-button .ho-form .ho-submit {
    background: #689CA1;
}

.express-booking-button .ho-form .ho-submit:hover {
    background: #000;
    color: #fff;
}

.express-booking-button .ho-success.ho-form-success {
    width: 100%;
    padding: 0;
}

@media(min-width: 992px) {
    .text-md-left {
        text-align: left !important;
    }
}

.social-media-footer {
    height: 35px;
}

.facebook-link, .twitter-link, .google-plus-link, .instagram-link, .linked-in-link, .xing-link, .youtube-link, .pinterest-link {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 5px;
    color: #fff !important;
    position: relative;
}

.facebook-link .fa-facebook-f, .twitter-link .fa-twitter, .google-plus-link .fa-google-plus-g, .instagram-link .fa-instagram, .linked-in-link .fa-linkedin-in, .xing-link .fa-xing, .youtube-link .fa-youtube, .pinterest-link .fa-pinterest-p{
    font-size: 1.7rem;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.facebook-link {
    background-color: #3a5998;
}
.facebook-link:hover {
    background-color: #345088;
}

.twitter-link {
    background-color: #1da1f2;
}
.twitter-link:hover {
    background-color: #0d93e6;
}

.google-plus-link {
    background-color: #dd4b39;
}
.google-plus-link:hover {
    background-color: #d53824;
}

.instagram-link {
    background-color: #262626;
}
.instagram-link:hover {
    background-color: #303030;
}

.linked-in-link {
    background-color: #0a66c2;
}
.linked-in-link:hover {
    background-color: #085bae;
}

.xing-link{
    background-color: #006567;
}
.xing-link:hover {
    background-color: #005a5c;
}

.youtube-link {
    background-color: #ff0000;
}
.youtube-link:hover {
    background-color: #e50000;
}

.pinterest-link {
    background-color: #e60023;
}
.pinterest-link:hover {
    background-color: #cf001f;
}

.green-tab-content .paragraph-div ul li::before {
    color: #689CA1;
}

.custom-row {
    /* display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    margin-right: -15px;
    margin-left: -15px;

      -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 20px;
       column-gap: 20px;
  -moz-column-fill: balance;
       column-fill: balance;
}

.custom-row::before, .custom-row::after {
      content: "";
  flex-basis: 100%;
  width: 0;
  order: 2;
}


.custom-col-12, .custom-col-lg-6 {
display: inline-block;
  margin: 0 0 20px;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.custom-col-12 {
    /* -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; */
    
    
}

@media (min-width: 992px) {
    .custom-col-lg-6 {
        /* -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; */
    }

    .custom-row {
           -moz-column-count: 2;
         column-count: 2;
    }
}

.news-col-text-list p {
    margin: 0 !important;
}

.news-col-text-list.news-col-text-list-mb p {
    margin: 0 0 10px !important;
}